ChangeLog for hxd

version 0.2.10:
* src/conf/conf.c: fix malloc/free bugs.

version 0.2.9
* src/common/htxf.c: do not set signal handlers from a pthread!
* src/hxd/conf: new directory for config file code.
* src/common/hxd_config.h: generated by src/conf/genconf
* src/hxd/rcv.c: can configure server version sent to clients.

version 0.2.8
* src/ghx/useredit.c: get text from login box when saving.
* src/common/hotline.h: fix typos in big endian part.

version 0.2.7
* src/hxd/rcv.c: handle name/icon for 1.8.5 correctly.
* src/hxd/rcv.c: use access.send_msgs instead of access_extra.msg
* src/hxd/files.c: hldir_to_path was not setting path for null dh.
* src/hx/hlclient.c: fix possible null pointer dereference
  from filename_complete
* src/hx/tnews.c: free data from read_newsfile

version 0.2.6
* src/hxd/hlserver.c: fix typo that caused max download bug.

version 0.2.5
* src/hx/files.c: fix memory leak in glob_remote.
* src/ghx/tasks.c: lock before xfer_delete.
* src/hxd/tnews.c: new file for threaded news.
* src/hxd/ident.c: code for banning based on version.

version 0.2.4
* src/ghx/gtk_hlist.c: do not include gdkx.h for non-X11 systems.

version 0.2.3
* src/hxd/commands.c, hlserver.c: fix crash when a htlc connection closes
  but an exec to that htlc is still running.
* src/hxd/commands.c: add 'command not found' message.
* src/hxd/accounts.c: fix reading of whitespace in access files.

version 0.2.2
* configure.in: look for socklen_t
* src/ghx/hx_gtk.c: split hx_gtk.c into multiple files.
* src/hx/connect.c: connect to server is now nonblocking.
* src/hx/hx_commands.c: most commands now use getopt_long_r
* src/hx/files.c: new function mac_to_tm
* configure.in: Fix typo that could cause strcasestr check to fail (thanks angus)

version 0.2.1
* src/hxd/rcv.c: Send server name to clients.
